projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b1301c
)
testsuite: Specify the test protocol
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 13 Mar 2020 19:48:33 +0000
(15:48 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 13 Mar 2020 19:53:19 +0000
(15:53 -0400)
If we don't specify protocol: 'tap', meson things
all is good even though my test yells "not ok".
testsuite/tools/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/tools/meson.build
b/testsuite/tools/meson.build
index 1364a986792154f32400380742d0a9ee758e3225..fd385ba17441553c468a9cc260ddf1a9482b8941 100644
(file)
--- a/
testsuite/tools/meson.build
+++ b/
testsuite/tools/meson.build
@@
-19,6
+19,7
@@
if bash.found()
test(t, bash,
args: t,
workdir: meson.current_build_dir(),
+ protocol: 'tap',
env: [ 'GIO_USE_VOLUME_MONITOR=unix',
'GSETTINGS_BACKEND=memory',
'GDK_DEBUG=default-settings',